projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a090f33
)
gtkenums.h: Remove trailing comma to fix warning.
author
Murray Cumming
<murrayc@murrayc.com>
Mon, 21 Jun 2010 13:21:44 +0000
(15:21 +0200)
committer
Murray Cumming
<murrayc@murrayc.com>
Mon, 21 Jun 2010 13:21:44 +0000
(15:21 +0200)
gtk/gtkenums.h
patch
|
blob
|
history
diff --git
a/gtk/gtkenums.h
b/gtk/gtkenums.h
index 5e58f8a749f5494ccd5e5d70e1ff9f3384f833a4..0cde3269169b0a3c31da42c070199b6e0380f38c 100644
(file)
--- a/
gtk/gtkenums.h
+++ b/
gtk/gtkenums.h
@@
-557,7
+557,7
@@
typedef enum
typedef enum
{
GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH = 0,
- GTK_SIZE_REQUEST_WIDTH_FOR_HEIGHT
,
+ GTK_SIZE_REQUEST_WIDTH_FOR_HEIGHT
} GtkSizeRequestMode;